[INFO] fetching crate malachite-q 0.9.2...
[INFO] fixing malachite-q-0.9.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate malachite-q 0.9.2 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate malachite-q 0.9.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate malachite-q 0.9.2
[INFO] tweaked toml for crates.io crate malachite-q 0.9.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate malachite-q 0.9.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate malachite-q 0.9.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-macros v0.29.0
[INFO] [stderr]   Downloaded wide v1.5.0
[INFO] [stderr]   Downloaded target-lexicon v0.13.5
[INFO] [stderr]   Downloaded pyo3-build-config v0.29.0
[INFO] [stderr]   Downloaded pyo3-ffi v0.29.0
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.29.0
[INFO] [stderr]   Downloaded gnuplot v0.0.46
[INFO] [stderr]   Downloaded malachite-base v0.9.2
[INFO] [stderr]   Downloaded pyo3 v0.29.0
[INFO] [stderr]   Downloaded malachite-nz v0.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86
[INFO] running `Command { std: "docker" "start" "bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling malachite-nz v0.9.2
[INFO] [stderr]     Checking safe_arch v1.0.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking wide v1.5.0
[INFO] [stderr]     Checking malachite-base v0.9.2
[INFO] [stderr]     Checking malachite-q v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `num`
[INFO] [stdout]   --> tests/lib.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | extern crate num;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rug`
[INFO] [stdout]   --> tests/lib.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | extern crate rug;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/abs.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/abs.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/abs_diff.rs:11:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/abs_diff.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen, rational_triple_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/add.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/add.rs:13:19
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_nz::test_util::generators::integer_vec_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/add.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::test_util::arithmetic::add::add_naive;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/add.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::arithmetic::add::rational_sum_naive;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/add.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/approximate.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::arithmetic::approximate::approximate_naive;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/approximate.rs:19:18
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/ceiling.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/denominators_in_closed_interval.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen_var_3};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/div.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::arithmetic::div::div_naive;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/div.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/express_as_power.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{rational_gen, rational_unsigned_pair_gen_var_4};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/floor.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/is_power_of_2.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::natural_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/is_power_of_2.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{rational_gen, rational_gen_var_1, rational_gen_var_2};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:16:21
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_base::test_util::generators::unsigned_gen_var_31;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:17:19
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_nz::test_util::generators::natural_pair_gen_var_3;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base.rs:19:18
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:15:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_nz::test_util::generators::natural_gen_var_2;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base_2.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::{rational_gen_var_1, rational_gen_var_2};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:16:21
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_base::test_util::generators::signed_gen_var_12;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:17:19
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_nz::test_util::generators::natural_unsigned_pair_gen_var_8;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/log_base_power_of_2.rs:19:18
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_q::test_util::generators::{rational_gen_var_2, rational_signed_pair_gen_var_5};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/mod_op.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_nz::test_util::generators::{integer_pair_gen_var_1, natural_pair_gen_var_5};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/mod_op.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::arithmetic::mod_op::{ceiling_mod_naive, mod_op_naive, rem_naive};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/mod_op.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::{rational_gen_var_1, rational_pair_gen_var_1};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:13:19
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_nz::test_util::generators::integer_vec_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::arithmetic::mul::mul_naive;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::arithmetic::mul::rational_product_naive;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/mul.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/neg.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/neg.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/next_power_of_2.rs:13:19
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_nz::test_util::generators::natural_gen_var_2;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/next_power_of_2.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::test_util::generators::rational_gen_var_2;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/pow.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::{signed_gen_var_5, unsigned_gen_var_5};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/pow.rs:15:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_nz::test_util::generators::integer_unsigned_pair_gen_var_2;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/pow.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/power_of_2.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::{signed_gen_var_5, unsigned_gen_var_5};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/reciprocal.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::rational_gen_var_1;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/root.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::integer_unsigned_pair_gen_var_3;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/root.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/round_to_multiple.rs:17:19
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/round_to_multiple.rs:21:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/round_to_multiple_of_power_of_2.rs:17:21
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_base::test_util::generators::signed_rounding_mode_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/round_to_multiple_of_power_of_2.rs:19:19
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/round_to_multiple_of_power_of_2.rs:23:18
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:15:21
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:19:19
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_nz::test_util::generators::integer_unsigned_pair_gen_var_1;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/shl.rs:21:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/shr.rs:15:21
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/shr.rs:20:18
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/sign.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/sign.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::arithmetic::sign::num_sign;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/sign.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/arithmetic/simplest_rational_in_interval.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::test_util::common::test_custom_cmp_helper;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/simplest_rational_in_interval.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::arithmetic::simplest_rational_in_interval::*;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/simplest_rational_in_interval.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:11:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_nz::test_util::generators::integer_gen_var_4;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/sqrt.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::rational_gen_var_3;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/square.rs:11:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/square.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::arithmetic::sub::sub_naive;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/arithmetic/sub.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/basic/significant_bits.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/basic/significant_bits.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/cmp.rs:9:21
[INFO] [stdout]     |
[INFO] [stdout]   9 | use malachite_base::test_util::common::test_cmp_helper;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/cmp.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/cmp.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen, rational_triple_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/cmp_abs.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::common::test_custom_cmp_helper;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/cmp_abs.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/cmp_abs.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen, rational_triple_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/eq.rs:9:21
[INFO] [stdout]     |
[INFO] [stdout]   9 | use malachite_base::test_util::common::test_eq_helper;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/eq.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/eq.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen, rational_triple_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/eq_abs.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::generators::signed_pair_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/eq_abs.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/eq_abs.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen, rational_triple_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/eq_abs_integer.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/eq_abs_integer.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/eq_abs_natural.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::natural_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/eq_abs_natural.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_float.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{rational_gen, rational_primitive_float_pair_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_int.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::{signed_pair_gen_var_7, unsigned_pair_gen_var_27};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/eq_abs_primitive_int.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::generators::{rational_signed_pair_gen, rational_unsigned_pair_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/hash.rs:9:21
[INFO] [stdout]     |
[INFO] [stdout]   9 | use malachite_base::test_util::hash::hash;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/hash.rs:10:18
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_integer.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_integer.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_natural.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::natural_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_natural.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_float.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_int.rs:15:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_nz::test_util::generators::{integer_pair_gen, natural_pair_gen};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_abs_primitive_int.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_integer.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_integer.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_cmp_natural.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::natural_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_natural.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_float.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_int.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::generators::{signed_pair_gen, unsigned_pair_gen_var_27};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_cmp_primitive_int.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_eq_integer.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_eq_integer.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::rational_integer_pair_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/comparison/partial_eq_natural.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::natural_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_eq_natural.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::rational_natural_pair_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_float.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::rational_primitive_float_pair_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_int.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::generators::{signed_pair_gen, unsigned_pair_gen_var_27};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/comparison/partial_eq_primitive_int.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::{rational_signed_pair_gen, rational_unsigned_pair_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/clone.rs:9:19
[INFO] [stdout]     |
[INFO] [stdout]   9 | use malachite_nz::test_util::generators::integer_pair_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/clone.rs:11:18
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_q::test_util::generators::{rational_gen, rational_pair_gen};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/continued_fraction/convergents.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/continued_fraction/convergents.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::conversion::continued_fraction::convergents::convergents_alt;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/continued_fraction/convergents.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/continued_fraction/from_continued_fraction.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_nz::test_util::generators::{integer_gen, natural_vec_integer_pair_gen_var_1};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/continued_fraction/from_continued_fraction.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::conversion::continued_fraction::from_continued_fraction::*;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/continued_fraction/to_continued_fraction.rs:15:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/continued_fraction/to_continued_fraction.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/digits/digits.rs:16:19
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_nz::test_util::generators::natural_pair_gen_var_2;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/digits/digits.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/digits/from_digits.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/digits/from_power_of_2_digits.rs:15:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/digits/power_of_2_digits.rs:16:19
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_nz::test_util::generators::natural_unsigned_pair_gen_var_7;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/digits/power_of_2_digits.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/digits/to_digits.rs:15:19
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_nz::test_util::generators::natural_pair_gen_var_2;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/digits/to_digits.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::rational_natural_pair_gen_var_2;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/digits/to_power_of_2_digits.rs:16:19
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_nz::test_util::generators::natural_unsigned_pair_gen_var_7;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/digits/to_power_of_2_digits.rs:18:18
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_q::test_util::generators::rational_unsigned_pair_gen_var_2;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/from_float_simplest.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::primitive_float_gen_var_8;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/from_float_simplest.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_q::test_util::generators::rational_gen_var_7;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/from_integer.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/from_natural.rs:10:19
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_nz::test_util::generators::natural_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/from_numerator_and_denominator.rs:15:21
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/from_numerator_and_denominator.rs:22:19
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/from_primitive_float.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::{primitive_float_gen, primitive_float_gen_var_8};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/from_primitive_int.rs:13:21
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_base::test_util::generators::{signed_gen, signed_gen_var_2, unsigned_gen};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/integer_from_rational.rs:18:19
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/integer_from_rational.rs:20:18
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_q::test_util::generators::{rational_gen, rational_rounding_mode_pair_gen_var_2};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/is_integer.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/is_integer.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/mutate_numerator_or_denominator.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/natural_from_rational.rs:20:19
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_nz::test_util::generators::natural_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/natural_from_rational.rs:22:18
[INFO] [stdout]     |
[INFO] [stdout]  22 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/primitive_float_from_rational.rs:19:19
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/primitive_float_from_rational.rs:24:18
[INFO] [stdout]     |
[INFO] [stdout]  24 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::assert_panic`
[INFO] [stdout]  --> tests/conversion/natural_from_rational.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use malachite_base::assert_panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^------------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `assert_panic` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/primitive_int_from_rational.rs:20:21
[INFO] [stdout]     |
[INFO] [stdout]  20 | use malachite_base::test_util::generators::{signed_gen, unsigned_gen};
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/primitive_int_from_rational.rs:26:18
[INFO] [stdout]     |
[INFO] [stdout]  26 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::assert_panic`
[INFO] [stdout]  --> tests/conversion/primitive_int_from_rational.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use malachite_base::assert_panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^------------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `assert_panic` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/sci_mantissa_and_exponent.rs:15:21
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/sci_mantissa_and_exponent.rs:19:19
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_nz::test_util::generators::{
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/sci_mantissa_and_exponent.rs:23:18
[INFO] [stdout]     |
[INFO] [stdout]  23 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/serde.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::test_util::generators::string_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/serde.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::test_util::generators::{rational_gen, string_gen_var_11};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/string/from_sci_string.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_base::test_util::generators::{
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/string/from_sci_string.rs:19:18
[INFO] [stdout]     |
[INFO] [stdout]  19 | use malachite_q::test_util::generators::{
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/string/from_string.rs:9:21
[INFO] [stdout]     |
[INFO] [stdout]   9 | use malachite_base::test_util::generators::common::GenConfig;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/string/from_string.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::test_util::generators::string_gen;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/string/from_string.rs:12:19
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/string/from_string.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::generators::string_gen_var_12;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/conversion/string/to_sci.rs:17:21
[INFO] [stdout]     |
[INFO] [stdout]  17 | use malachite_base::test_util::num::conversion::string::from_sci_string::DECIMAL_SCI_STRING_CHARS;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/string/to_sci.rs:18:19
[INFO] [stdout]     |
[INFO] [stdout]  18 | use malachite_nz::test_util::generators::{integer_gen, integer_to_sci_options_pair_gen_var_1};
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/string/to_sci.rs:21:18
[INFO] [stdout]     |
[INFO] [stdout]  21 | use malachite_q::test_util::generators::{rational_gen, rational_to_sci_options_pair_gen_var_1};
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/string/to_string.rs:11:19
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/string/to_string.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_nz`
[INFO] [stdout]    --> tests/conversion/to_numerator_or_denominator.rs:14:19
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_nz::test_util::generators::integer_gen;
[INFO] [stdout]     |                   ^^^^^^^^^ could not find `test_util` in `malachite_nz`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-nz-0.9.2/src/lib.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 223 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/conversion/to_numerator_or_denominator.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::generators::rational_gen;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::assert_panic`
[INFO] [stdout]  --> tests/conversion/sci_mantissa_and_exponent.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use malachite_base::assert_panic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^------------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `assert_panic` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_negative_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_negative_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_negative_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_negative_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::random_negative_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_non_negative_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_non_negative_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_non_negative_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_non_negative_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::random_non_negative_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_nonzero_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_nonzero_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_nonzero_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_nonzero_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::random_nonzero_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_positive_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_positive_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_positive_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_positive_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::random_positive_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_inclusive_range.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_inclusive_range.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_inclusive_range.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_inclusive_range.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::random::random_rational_inclusive_range;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_range.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_range.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_range.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_range.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::random::random_rational_range;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_range_to_infinity.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_range_to_infinity.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_range_to_infinity.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_range_to_infinity.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::random::random_rational_range_to_infinity;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_range_to_negative_infinity.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_range_to_negative_infinity.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_range_to_negative_infinity.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_range_to_negative_infinity.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::random::random_rational_range_to_negative_infinity;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_inclusive_range.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_inclusive_range.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_inclusive_range.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_inclusive_range.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::random::random_rational_with_denominator_inclusive_range;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::random::random_rational_with_denominator_range;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_infinity.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_infinity.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_infinity.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_infinity.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::random::random_rational_with_denominator_range_to_infinity;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_negative_infinity.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_negative_infinity.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_negative_infinity.rs:16:18
[INFO] [stdout]     |
[INFO] [stdout]  16 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rational_with_denominator_range_to_negative_infinity.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::random::random_rational_with_denominator_range_to_negative_infinity;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/random_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/random_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/random_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/random_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::random_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_negative_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_negative_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/striped_random_negative_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/striped_random_negative_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::striped_random_negative_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/striped_random_non_negative_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::striped_random_non_negative_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/striped_random_nonzero_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::striped_random_nonzero_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_positive_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_positive_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/striped_random_positive_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/striped_random_positive_rationals.rs:12:18
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_q::random::striped_random_positive_rationals;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_infinity.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_infinity.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_infinity.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_infinity.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::random::striped_random_rational_range_to_infinity;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_negative_infinity.rs:12:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_negative_infinity.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_negative_infinity.rs:15:18
[INFO] [stdout]     |
[INFO] [stdout]  15 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_q::random`
[INFO] [stdout]    --> tests/random/striped_random_rational_range_to_negative_infinity.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 | use malachite_q::random::striped_random_rational_range_to_negative_infinity;
[INFO] [stdout]     |                  ^^^^^^ could not find `random` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 264 | /// Iterators that generate [`Rational`]s randomly.
[INFO] [stdout] 265 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_base`
[INFO] [stdout]    --> tests/random/striped_random_rationals.rs:11:21
[INFO] [stdout]     |
[INFO] [stdout]  11 | use malachite_base::test_util::stats::moments::MomentStats;
[INFO] [stdout]     |                     ^^^^^^^^^ could not find `test_util` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 286 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `malachite_base::random`
[INFO] [stdout]    --> tests/random/striped_random_rationals.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]  10 | use malachite_base::random::EXAMPLE_SEED;
[INFO] [stdout]     |                     ^^^^^^ could not find `random` in `malachite_base`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/malachite-base-0.9.2/src/lib.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(feature = "random")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `random` feature
[INFO] [stdout] 178 | /// Functions for generating random values.
[INFO] [stdout] 179 | pub mod random;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `test_util` in `malachite_q`
[INFO] [stdout]    --> tests/random/striped_random_rationals.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | use malachite_q::test_util::random::random_rationals_helper_helper;
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `test_util` in `malachite_q`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[cfg(feature = "test_build")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `test_build` feature
[INFO] [stdout] 268 | pub mod test_util;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `malachite-q` (test "lib") due to 253 previous errors
[INFO] running `Command { std: "docker" "inspect" "bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86", kill_on_drop: false }`
[INFO] [stdout] bf45b0f2512aa361a001b9d25c01c32275adaa4948e2882403c67ab7bbda1f86
